home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Mail / pine3.92 / pine / osdep / iscextra < prev    next >
Text File  |  1993-08-11  |  396b  |  11 lines

  1. /*----------------------------------------------------------------------
  2.     Truncate a file to a specified length.  ISC doesn't have this
  3.     function.  This does nothing.  It isn't very important, and we
  4.     can't help anyway if we don't have a real truncate.
  5.   ----------------------------------------------------------------------*/
  6. truncate(path, length)
  7.     char *path;
  8.     int length;
  9. {
  10. }
  11.